runtime.heapStatsDelta.largeFreeCount (field)
8 uses
runtime (current package)
arena.go#L802: atomic.Xadd64(&stats.largeFreeCount, 1)
metrics.go#L250: hist.counts[len(hist.counts)-1] = uint64(in.heapStats.largeFreeCount)
metrics.go#L602: a.totalFrees = a.largeFreeCount
mgcsweep.go#L797: atomic.Xadd64(&stats.largeFreeCount, 1)
mstats.go#L398: nFree := consStats.largeFreeCount
mstats.go#L678: largeFreeCount uint64 // number of frees for large objects (>maxSmallSize)
mstats.go#L702: a.largeFreeCount += b.largeFreeCount
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |